home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / c / tox.readme < prev   
Text File  |  2002-10-26  |  602b  |  13 lines

  1. Short:    Simple tokenizer for XML
  2. Author:   ekoeppen@40Hz.org (Eckhart Koeppen)
  3. Uploader: polluks@sdf.lonestar.org (Stefan Haubenthal)
  4. Version:  0.2
  5. Type:     dev/c
  6.  
  7. Tox is a simple tokenizer for XML data written in C.  Its main part is a
  8. finite state machine (FSM) that covers most of the basic states needed to
  9. parse XML data.  The main design goal is to minize code size and RAM usage.
  10. Tox can be configured to handle different character types such as unsigned
  11. char or unsigned short.  It is not a fully functional XML parser yet,
  12. handling of UTF-8 input, DTD processing and validation is missing.
  13.